home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1998 November (Bonus) / GAMESTAR11B.ISO / ENCYC99 / MM / T620273A.DCR / scripts_13_Class EventCatcher.ls < prev    next >
Encoding:
Text File  |  1998-07-02  |  127 b   |  11 lines

  1. on catchEvent me, xEvent
  2.   case xEvent of
  3.     #sampleEvent:
  4.       put "what it does"
  5.   end case
  6. end
  7.  
  8. on new me
  9.   return me
  10. end
  11.